Skip to content

Commit 5b5d65f

Browse files
authored
fix: solana install script update (#893)
1 parent c84d652 commit 5b5d65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/deployer/init_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ alias add-stellar-key='/opt/deployer/root/keyutils/add_stellar_key.sh'" >> /root
242242
source "/root/.cargo/env"
243243

244244
export PATH=$${PATH}:/root/.cargo/bin
245-
sh -c "$(curl -sSfL https://release.solana.com/v1.18.11/install)"
245+
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
246246
/root/.cargo/bin/cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli
247247
sudo apt-get install npm -y
248248
npm install -g yarn

0 commit comments

Comments
 (0)