diff --git a/cysic-aleo.sh b/cysic-aleo.sh index cce55a1..556e57e 100644 --- a/cysic-aleo.sh +++ b/cysic-aleo.sh @@ -52,7 +52,7 @@ function install_agent() { cd $CYSIC_AGENT_PATH # 下载代理服务器 - wget https://github.com/cysic-labs/aleo-miner/releases/download/v0.1.15/cysic-prover-agent-v0.1.15.tgz + wget https://git.dadunode.com/smeb_y/Cysic/raw/branch/main/cysic-prover-agent-v0.1.15.tgz tar -xf cysic-prover-agent-v0.1.15.tgz cd cysic-prover-agent-v0.1.15 @@ -69,7 +69,7 @@ function install_prover() { cd $CYSIC_PROVER_PATH # 下载证明器 - wget https://github.com/cysic-labs/aleo-miner/releases/download/v0.1.17/cysic-aleo-prover-v0.1.17.tgz + wget https://git.dadunode.com/smeb_y/Cysic/raw/branch/main/cysic-aleo-prover-v0.1.17.tgz tar -xf cysic-aleo-prover-v0.1.17.tgz cd cysic-aleo-prover-v0.1.17