From 6917137ba5cdef07746cbfd2d036ce9e171e9aab Mon Sep 17 00:00:00 2001 From: "liang.he" Date: Thu, 13 Jan 2022 14:49:29 +0800 Subject: [PATCH] Fix a typo in ci/Dockerfile (#953) --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 5ea43f11ab..b6e5af48bc 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -51,7 +51,7 @@ RUN rm /opt/clang+llvm-${CLANG_VER}-x86_64-linux-gnu-ubuntu-20.04.tar.xz ARG WASI_SDK_VER=14 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 RUN tar xf /opt/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz -C /opt \ - && ln -fs /opt/was-sdk-${WASI_SDK_VER}.0 /opt/wasi-sdk + && ln -fs /opt/wasi-sdk-${WASI_SDK_VER}.0 /opt/wasi-sdk RUN rm /opt/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz #