浏览代码

Update comments

Teddysun 4 年之前
父节点
当前提交
4625d29004
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bench.sh

+ 1 - 1
bench.sh

@@ -168,7 +168,7 @@ ipv4_info() {
 install_speedtest() {
     if  [ ! -e "./speedtest-cli/speedtest" ]; then
         _64bit && sys_bit=x86_64 || sys_bit=i386
-        url1="https://dl.bintray.com/ookla/download/ookla-speedtest-1.0.0-${sys_bit}-linux.tgz"
+        url1="https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-${sys_bit}-linux.tgz"
         url2="https://dl.lamp.sh/files/ookla-speedtest-1.0.0-${sys_bit}-linux.tgz"
         wget --no-check-certificate -q -T10 -O speedtest.tgz ${url1}
         if [ $? -ne 0 ]; then