@@ -45,16 +45,18 @@ Alternatively you can download one of the pre-built binaries for the supported p
4545
4646These builds are generated once a day from ` master ` branch starting at 01:00 GMT
4747
48- In order to get the latest nightly build for your platform use the following links replacing ` <DATE> ` with the current
49- date, using the format YYYYMMDD (i.e for 2019/Aug/06 use ` 20190806 ` )
50-
51- - ** Linux 64 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_64bit.tar.gz `
52- - ** Linux 32 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_32bit.tar.gz `
53- - ** Linux ARM 64 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_ARM64.tar.gz `
54- - ** Linux ARM 32 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Linux_ARMv7.tar.gz `
55- - ** Windows 64 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Windows_64bit.zip `
56- - ** Windows 32 bit** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_Windows_32bit.zip `
57- - ** Mac OSX** : ` https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-<DATE>_macOS_64bit.tar.gz `
48+ In order to get the latest nightly build for your platform use the following links:
49+
50+ - ** Linux 64 bit** : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_64bit.tar.gz
51+ - ** Linux 32 bit** : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_32bit.tar.gz
52+ - ** Linux ARM 64 bit** : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARM64.tar.gz
53+ - ** Linux ARM 32 bit** : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARMv7.tar.gz
54+ - ** Windows 64 bit** : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_64bit.zip
55+ - ** Windows 32 bit** : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_32bit.zip
56+ - ** Mac OSX** : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_macOS_64bit.tar.gz
57+
58+ These links redirect to latest generated builds replacing ` latest ` with the latest available build
59+ date, using the format YYYYMMDD (i.e for 2019/Aug/06 ` latest ` is replaced with ` 20190806 ` )
5860
5961Checksums for the nightly builds are available at
6062` https://downloads.arduino.cc/arduino-cli/nightly/nightly-<DATE>-checksums.txt `
0 commit comments