File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ components of the Cardano ecosystem, putting them in a `bin/` directory:
41
41
42
42
``` shell
43
43
mkdir -p bin
44
- curl -L -O https://github.com/input-output-hk/hydra/releases/download/0.14.0/hydra-aarch64-darwin -0.14.0.zip
45
- unzip -d bin hydra-x86_64-unknown- linux-musl .zip
44
+ curl -L -O https://github.com/input-output-hk/hydra/releases/download/0.14.0/hydra-x86_64-linux -0.14.0.zip
45
+ unzip -d bin hydra-x86_64-linux-0.14.0 .zip
46
46
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.1.2/cardano-node-8.1.2-linux.tar.gz \
47
47
| tar xz -C bin ./cardano-node ./cardano-cli
48
48
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2331.1/mithril-2331.1-linux-x64.tar.gz \
You can’t perform that action at this time.
0 commit comments