diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-11-08 09:03:06 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-11-08 09:03:06 +0530 |
| commit | fe5c2b6ce13b9b63548d7e39a75ebfb92fbd854c (patch) | |
| tree | a34e95590b8a8ac544880943ea3099249d25fad4 /tests | |
| parent | 36213ceb065360dfe8d0f680db9d89138cffeac7 (diff) | |
| parent | 893adf7f984f01e196db93d7db30d16ca9023cd7 (diff) | |
Merge pull request #289 from sej7278/master
Arduino changed the download link again
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/script/bootstrap/arduino.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/script/bootstrap/arduino.sh b/tests/script/bootstrap/arduino.sh index 0260448..7c2c9ac 100644 --- a/tests/script/bootstrap/arduino.sh +++ b/tests/script/bootstrap/arduino.sh @@ -20,7 +20,7 @@ if [ -z "$ARDUINO_DIR" ] || ! test -e $ARDUINO_DIR || [ $OS == "cygwin" ]; then EXTRACT_COMMAND="tar -xzf" fi - ARDUINO_URL=http://downloads.arduino.cc/$ARDUINO_FILE + ARDUINO_URL=http://arduino.cc/download.php?f=/$ARDUINO_FILE _pushd $DEPENDENCIES_FOLDER if ! test -e $ARDUINO_FILE |
