diff --git a/prepare.sh b/prepare.sh index e5cecbb..99a6ded 100644 --- a/prepare.sh +++ b/prepare.sh @@ -1,7 +1,7 @@ set -ex -DEFAULT_FIBER_BRANCH="develop" -DEFAULT_FIBER_URL="https://github.com/nervosnetwork/fiber.git" +DEFAULT_FIBER_BRANCH="wasm-try" +DEFAULT_FIBER_URL="https://github.com/Officeyutong/fiber.git" GitFIBERBranch="${GitBranch:-$DEFAULT_FIBER_BRANCH}" GitFIBERUrl="${GitUrl:-$DEFAULT_FIBER_URL}"