diff --git a/download_slashing_interchange_tests.sh b/download_slashing_interchange_tests.sh index d55b00e..cd9c5eb 100755 --- a/download_slashing_interchange_tests.sh +++ b/download_slashing_interchange_tests.sh @@ -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"