Skip to content

Commit 6917137

Browse files
authored
Fix a typo in ci/Dockerfile (#953)
1 parent 36b8f8f commit 6917137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN rm /opt/clang+llvm-${CLANG_VER}-x86_64-linux-gnu-ubuntu-20.04.tar.xz
5151
ARG WASI_SDK_VER=14
5252
RUN wget -c https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER}/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz -P /opt
5353
RUN tar xf /opt/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz -C /opt \
54-
&& ln -fs /opt/was-sdk-${WASI_SDK_VER}.0 /opt/wasi-sdk
54+
&& ln -fs /opt/wasi-sdk-${WASI_SDK_VER}.0 /opt/wasi-sdk
5555
RUN rm /opt/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz
5656

5757
#

0 commit comments

Comments
 (0)