From 893adf7f984f01e196db93d7db30d16ca9023cd7 Mon Sep 17 00:00:00 2001 From: Simon John Date: Sat, 8 Nov 2014 02:51:39 +0000 Subject: Arduino changed the download link again, this time it uses a script, curl handles it ok luckily. --- tests/script/bootstrap/arduino.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/script/bootstrap/arduino.sh') 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 -- cgit v1.2.3