diff --git a/net/net.sh b/net/net.sh index 72ad1900bfeb63..7252cb226680b9 100755 --- a/net/net.sh +++ b/net/net.sh @@ -563,7 +563,11 @@ prepareDeploy() { if [[ -n $releaseChannel ]]; then echo "Downloading release from channel: $releaseChannel" rm -f "$SOLANA_ROOT"/solana-release.tar.bz2 +<<<<<<< HEAD declare updateDownloadUrl=https://release.solana.com/"$releaseChannel"/solana-release-x86_64-unknown-linux-gnu.tar.bz2 +======= + declare updateDownloadUrl=https://release.anza.xyz/"$releaseChannel"/solana-release-x86_64-unknown-linux-gnu.tar.bz2 +>>>>>>> e682fec28e ([anza migration]: fix download link for net scripts (#219)) ( set -x curl -L -I "$updateDownloadUrl" diff --git a/scripts/agave-install-deploy.sh b/scripts/agave-install-deploy.sh index a8f8eeb65b3857..db447f5d1d7fb3 100755 --- a/scripts/agave-install-deploy.sh +++ b/scripts/agave-install-deploy.sh @@ -57,7 +57,11 @@ esac case $TAG in edge|beta) +<<<<<<< HEAD DOWNLOAD_URL=https://release.solana.com/"$TAG"/solana-release-$TARGET.tar.bz2 +======= + DOWNLOAD_URL=https://release.anza.xyz/"$TAG"/solana-release-$TARGET.tar.bz2 +>>>>>>> e682fec28e ([anza migration]: fix download link for net scripts (#219)) ;; *) DOWNLOAD_URL=https://github.com/solana-labs/solana/releases/download/"$TAG"/solana-release-$TARGET.tar.bz2