Skip to content

Commit 4b07c4b

Browse files
author
Jorge Aparicio
committed
fix package name
1 parent 9494d8f commit 4b07c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install_c_toolchain() {
3737
;;
3838
powerpc64le-unknown-linux-gnu)
3939
apt-get install -y --no-install-recommends \
40-
gcc-powerpc64le-linux-gnu libc6-dev-ppc64le-cross
40+
gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross
4141
;;
4242
*)
4343
;;

0 commit comments

Comments
 (0)