Browse Source

update openadk download url

Waldemar Brodkorb 8 years ago
parent
commit
749a65dc8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      embedded-test.sh

+ 1 - 1
embedded-test.sh

@@ -52,7 +52,7 @@ arch_list_newlib="aarch64 aarch64be arcv1 armv5 armeb bfin crisv10 \
   nios2 or1k ppc rx sh sparc sparc64 v850 x86 x86_64"
 
 topdir=$(pwd)
-giturl=http://git.openadk.org/openadk.git
+giturl=https://git.openadk.org/git/openadk.git
 valid_libc="uclibc-ng musl glibc newlib"
 valid_tests="toolchain boot libc libcmusl ltp mksh native"
 valid_thread_types="none lt nptl"