Skip to content

Commit 438137e

Browse files
authored
Merge pull request #246 from per1234/fix-macos-arm64-nightly-link
Correct macOS ARM 64-bit nightly download link in installation docs
2 parents 313bcd2 + 44a923d commit 438137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/installation-script/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ get the latest nightly build available for the supported platform, use the follo
8282
[windows64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_Windows_64bit.zip
8383
[windows32-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_Windows_32bit.zip
8484
[macos64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_macOS_64bit.tar.gz
85-
[macosarm64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/TODO_REPO_NAME_nightly-latest_macOS_ARM64.tar.gz
85+
[macosarm64-nightly]: https://downloads.arduino.cc/TODO_REPO_NAME/nightly/TODO_REPO_NAME_nightly-latest_macOS_ARM64.tar.gz
8686

8787
> These links return a `302: Found` response, redirecting to latest generated builds by replacing `latest` with the
8888
> latest available build date, using the format YYYYMMDD (i.e for 2019-08-06 `latest` is replaced with `20190806` )

0 commit comments

Comments
 (0)