Skip to content

Commit

Permalink
update references db location
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Sep 29, 2023
1 parent 347f9bd commit 0617837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_db
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ -d "$DEST_DIR" ]; then
fi

echo "Downloading $FILENAME"
URL=https://sketchdb.blob.core.windows.net/public-dbs/$FILENAME
URL=https://mrcdata.dide.ic.ac.uk/beebop/$FILENAME
DBBZ2=$(mktemp).tar.bz2
wget --progress=dot:giga $URL -O $DBBZ2
echo "Unpacking to $DEST"
Expand Down

0 comments on commit 0617837

Please sign in to comment.