Skip to content

Commit 3835253

Browse files
committed
Revert "Fixed a typo in mips docker file."
This reverts commit 7b171fb.
1 parent 7b171fb commit 3835253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/mips-unknown-linux-musl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
gcc make libc6-dev git curl ca-certificates \
55
gcc-mips-linux-gnu qemu-user qemu-system-mips
6-
RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.1.22.tar.gz | \
6+
RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.2.22.tar.gz | \
77
tar xzf - && \
88
cd musl-1.1.22 \
99
CC=mips-linux-gcc \

0 commit comments

Comments
 (0)