Explorar o código

fix package name

Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
4b07c4bfb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ci/install.sh

+ 1 - 1
ci/install.sh

@@ -37,7 +37,7 @@ install_c_toolchain() {
             ;;
         powerpc64le-unknown-linux-gnu)
             apt-get install -y --no-install-recommends \
-                    gcc-powerpc64le-linux-gnu libc6-dev-ppc64le-cross
+                    gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross
             ;;
         *)
             ;;