@@ -45,16 +45,18 @@ Alternatively you can download one of the pre-built binaries for the supported p
45
45
46
46
These builds are generated once a day from ` master ` branch starting at 01:00 GMT
47
47
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 ` )
58
60
59
61
Checksums for the nightly builds are available at
60
62
` https://downloads.arduino.cc/arduino-cli/nightly/nightly-<DATE>-checksums.txt `
0 commit comments