Skip to content

Commit

Permalink
[anza migration]: fix download link for net scripts (solana-labs#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Mar 13, 2024
1 parent f8bb98b commit e682fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/net.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ prepareDeploy() {
if [[ -n $releaseChannel ]]; then
echo "Downloading release from channel: $releaseChannel"
rm -f "$SOLANA_ROOT"/solana-release.tar.bz2
declare updateDownloadUrl=https://release.agave.xyz/"$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
(
set -x
curl -L -I "$updateDownloadUrl"
Expand Down
2 changes: 1 addition & 1 deletion scripts/agave-install-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ esac

case $TAG in
edge|beta)
DOWNLOAD_URL=https://release.agave.xyz/"$TAG"/solana-release-$TARGET.tar.bz2
DOWNLOAD_URL=https://release.anza.xyz/"$TAG"/solana-release-$TARGET.tar.bz2
;;
*)
DOWNLOAD_URL=https://github.com/anza-xyz/agave/releases/download/"$TAG"/solana-release-$TARGET.tar.bz2
Expand Down

0 comments on commit e682fec

Please sign in to comment.