Skip to content

Commit d718182

Browse files
Arnaud Baillych1bo
andcommitted
Update docs/docs/tutorial/index.md
Co-authored-by: Sebastian Nagel <[email protected]>
1 parent bbf73a5 commit d718182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/tutorial/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ components of the Cardano ecosystem, putting them in a `bin/` directory:
4141

4242
```shell
4343
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
4646
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.1.2/cardano-node-8.1.2-linux.tar.gz \
4747
| tar xz -C bin ./cardano-node ./cardano-cli
4848
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2331.1/mithril-2331.1-linux-x64.tar.gz \

0 commit comments

Comments
 (0)