Skip to content

Commit bf3afc7

Browse files
committed
Remove trailing slash from link
1 parent 79893ac commit bf3afc7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

download.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@ else
5959
fi
6060

6161
echo -e "----- Downloading new snapshot -----\n"
62-
wget https://archive.quai.network/quai_colosseum_backup.tar.zst/
62+
wget https://archive.quai.network/quai_colosseum_backup.tar.zst
6363
echo -e "\n----- New snapshot downloaded -----\n"
6464

65-
66-
6765
echo -e "----- Extracting new snapshot -----\n"
6866
tar -I 'zstd -T0' -xvf quai_colosseum_backup.tar.zst
6967
echo -e "\n----- New snapshot extracted -----\n"

0 commit comments

Comments
 (0)