diff --git a/validator_client/slashing_protection/Makefile b/validator_client/slashing_protection/Makefile index 5abb6c0a4..ecc48b314 100644 --- a/validator_client/slashing_protection/Makefile +++ b/validator_client/slashing_protection/Makefile @@ -10,7 +10,7 @@ $(OUTPUT_DIR): $(TARBALL) tar --strip-components=1 -xzf $^ -C $@ $(TARBALL): - wget $(ARCHIVE_URL) -O $@ + curl -L -o $@ $(ARCHIVE_URL) clean-test-files: rm -rf $(OUTPUT_DIR)