8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4573975 commit 166273aCopy full SHA for 166273a
extras/package_index.json.template
@@ -17,14 +17,14 @@
17
"size": "%%LINUX64_SIZE%%"
18
},
19
{
20
- "host": "x86_64-mingw32",
+ "host": "i686-mingw32",
21
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
22
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
23
"checksum": "SHA-256:%%WINDOWS64_SHA%%",
24
"size": "%%WINDOWS64_SIZE%%"
25
26
27
- "host": "i686-mingw32",
+ "host": "x86_64-mingw32",
28
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
29
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
30
"checksum": "SHA-256:%%WINDOWS32_SHA%%",
0 commit comments