File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if [[ ! -f $FIREDRAKE_INSTALLED ]]; then
36
36
source $VTK_INSTALL_SCRIPT_PATH
37
37
38
38
# Download and uncompress library archive
39
- FIREDRAKE_ARCHIVE_PATH=${FIREDRAKE_ARCHIVE_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/firedrake-20250207-061853 -2e63f3c-complex/firedrake-install.tar.gz" }
39
+ FIREDRAKE_ARCHIVE_PATH=${FIREDRAKE_ARCHIVE_PATH:- " https://github.com/fem-on-kaggle/fem-on-kaggle/releases/download/firedrake-20250208-004211 -2e63f3c-complex/firedrake-install.tar.gz" }
40
40
[[ $FIREDRAKE_ARCHIVE_PATH == http* ]] && FIREDRAKE_ARCHIVE_DOWNLOAD=${FIREDRAKE_ARCHIVE_PATH} && FIREDRAKE_ARCHIVE_PATH=/tmp/firedrake-install.tar.gz && wget ${FIREDRAKE_ARCHIVE_DOWNLOAD} -O ${FIREDRAKE_ARCHIVE_PATH}
41
41
if [[ $FIREDRAKE_ARCHIVE_PATH != skip ]]; then
42
42
rm -rf /usr/lib/python* /* -packages/Cython*
You can’t perform that action at this time.
0 commit comments