From a0318b4a9f02b9c1f988ccd37971df525f5aa41f Mon Sep 17 00:00:00 2001 From: Max Kaznady Date: Fri, 17 Apr 2020 00:05:44 +0000 Subject: [PATCH] hotfixing staging - broken DropBox download link --- scripts/download_dutch_f3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download_dutch_f3.sh b/scripts/download_dutch_f3.sh index ec41ff1b..be83befa 100755 --- a/scripts/download_dutch_f3.sh +++ b/scripts/download_dutch_f3.sh @@ -13,7 +13,7 @@ fi; echo "Extracting to $1" # Download the files: temp_file=$(mktemp -d)/data.zip -wget -o /dev/null -O $temp_file https://www.dropbox.com/s/p6cbgbocxwj04sw/data.zip?dl=1 +wget -o /dev/null -O $temp_file https://zenodo.org/record/3755060/files/data.zip # Check that the md5 checksum matches to varify file integrity echo "Expected output: MD5(data.zip)= bc5932279831a95c0b244fd765376d85"