Skip to content

Commit 01a1b56

Browse files
authored
Update prepare.sh
1 parent 184692e commit 01a1b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -ex
22

3-
DEFAULT_FIBER_BRANCH="develop"
4-
DEFAULT_FIBER_URL="https://github.com/nervosnetwork/fiber.git"
3+
DEFAULT_FIBER_BRANCH="wasm-try"
4+
DEFAULT_FIBER_URL="https://github.com/Officeyutong/fiber.git"
55

66
GitFIBERBranch="${GitBranch:-$DEFAULT_FIBER_BRANCH}"
77
GitFIBERUrl="${GitUrl:-$DEFAULT_FIBER_URL}"

0 commit comments

Comments
 (0)