diff --git a/Makefile b/Makefile index de57ad7..c1b393b 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ fmt: quickjs/std_module.h install: - wget 'https://github.com/nervosnetwork/ckb-standalone-debugger/releases/download/v0.118.0-rc2/ckb-debugger-linux-x64.tar.gz' + wget 'https://github.com/nervosnetwork/ckb-standalone-debugger/releases/download/v0.118.0/ckb-debugger-linux-x64.tar.gz' tar zxvf ckb-debugger-linux-x64.tar.gz mv ckb-debugger ~/.cargo/bin/ckb-debugger make -f tests/ckb_js_tests/Makefile install-lua