Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
hotfixing staging - broken DropBox download link
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkazmsft committed Apr 17, 2020
1 parent 79d1971 commit a0318b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_dutch_f3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0318b4

Please sign in to comment.