File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 echo " Installing Chia CUDA binaries on ${arch_name} ..."
2828 cd /tmp
2929 if [[ " ${arch_name} " == " x86_64" ]]; then
30- curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.5-rc3 /chia-blockchain-cli_2.5.5-rc3 -1_amd64.deb
30+ curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.5-rc5 /chia-blockchain-cli_2.5.5-rc5 -1_amd64.deb
3131 apt-get install ./chia-blockchain-cli* .deb
3232 else
33- curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.5-rc3 /chia-blockchain-cli_2.5.5-rc3 -1_arm64.deb
33+ curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.5.5-rc5 /chia-blockchain-cli_2.5.5-rc5 -1_arm64.deb
3434 apt-get install ./chia-blockchain-cli* .deb
3535 fi
3636
You can’t perform that action at this time.
0 commit comments