Adjusting slashing test url

Was renamed from eth2-clients to eth-clients
This commit is contained in:
Fredrik Svantes 2022-01-06 11:16:30 +01:00 committed by GitHub
parent 7d3e4f3efd
commit 1105110723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ dl_version() {
if [[ ! -e "${flavour}.tar.gz" ]]; then
echo "Downloading: slashing-${version}/${flavour}.tar.gz"
curl --location --remote-name --show-error \
"https://github.com/eth2-clients/slashing-protection-interchange-tests/archive/refs/tags/${flavour}.tar.gz" \
"https://github.com/eth-clients/slashing-protection-interchange-tests/archive/refs/tags/${flavour}.tar.gz" \
|| {
echo "Curl failed. Aborting"
rm -f "${flavour}.tar.gz"