Skip to content

Commit 706a4b3

Browse files
1 parent 9dac8ce commit 706a4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases/firedrake-install-complex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [[ ! -f $FIREDRAKE_INSTALLED ]]; then
3636
source $VTK_INSTALL_SCRIPT_PATH
3737

3838
# 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"}
4040
[[ $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}
4141
if [[ $FIREDRAKE_ARCHIVE_PATH != skip ]]; then
4242
rm -rf /usr/lib/python*/*-packages/Cython*

0 commit comments

Comments
 (0)