From ae0dc26adb410d9a8b92d85a879d51ef98fcdc13 Mon Sep 17 00:00:00 2001 From: smeb_y Date: Wed, 21 Aug 2024 17:11:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20cysic-aleo.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cysic-aleo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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