Skip to content

Commit

Permalink
Use agave release channels (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Jul 25, 2024
1 parent 6798606 commit a1c9240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ impl BuildConfig {
}

let download_url = format!(
"https://release.solana.com/{release_channel}/solana-release-x86_64-unknown-linux-gnu.tar.bz2"
"https://release.anza.xyz/{release_channel}/solana-release-x86_64-unknown-linux-gnu.tar.bz2"
);
info!("download_url: {download_url}");

Expand Down

0 comments on commit a1c9240

Please sign in to comment.