Tools: updated CI link for STM32-tools

This commit is contained in:
Andrew Tridgell 2018-07-30 14:15:33 +10:00
parent 1eb010fbf1
commit fcab097572

View File

@ -21,7 +21,7 @@ pushd $HOME
# PX4 toolchain
dir=$ARM_ROOT
if [ ! -d "$HOME/opt/$dir" ]; then
wget http://firmware.ardupilot.org/Tools/PX4-tools/$ARM_TARBALL
wget http://firmware.ardupilot.org/Tools/STM32-tools/$ARM_TARBALL
tar -xf $ARM_TARBALL -C opt
fi