diff --git a/getting_started/macos_apple_silicon.md b/getting_started/macos_apple_silicon.md index b9e1e5c24e..f7cecbc376 100644 --- a/getting_started/macos_apple_silicon.md +++ b/getting_started/macos_apple_silicon.md @@ -10,7 +10,7 @@ which includes the Roc compiler and some helpful utilities. 1. Download the latest roc nightly using the terminal: ```sh - curl -OL roc_nightly-macos_apple_silicon-latest.tar.gz + curl -OL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_apple_silicon-latest.tar.gz ``` 1. Untar the archive: diff --git a/getting_started/macos_x86_64.md b/getting_started/macos_x86_64.md index 73a6894d24..04cef129d1 100644 --- a/getting_started/macos_x86_64.md +++ b/getting_started/macos_x86_64.md @@ -7,10 +7,10 @@ In order to develop in Roc, you need to install the Roc CLI, which includes the Roc compiler and some helpful utilities. -1. 1. Download the latest roc nightly using the terminal: +1. Download the latest roc nightly using the terminal: ```sh - curl -OL roc_nightly-macos_x86_64-latest.tar.gz + curl -OL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_x86_64-latest.tar.gz ``` 1. Untar the archive: