diff --git a/.travis.yml b/.travis.yml index 5daa6e2f..13c0eb1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: - ./configure --prefix=/usr && make - sudo make install - popd - - wget https://tls.mbed.org/download/start/mbedtls-2.4.0-gpl.tgz + - wget https://tls.mbed.org/download/mbedtls-2.4.0-gpl.tgz - tar xvf mbedtls-2.4.0-gpl.tgz - pushd mbedtls-2.4.0-gpl - make