summaryrefslogtreecommitdiff
path: root/.github/workflows/coverity.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/coverity.yaml')
-rw-r--r--.github/workflows/coverity.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yaml b/.github/workflows/coverity.yaml
index 10a211c..61cf9c2 100644
--- a/.github/workflows/coverity.yaml
+++ b/.github/workflows/coverity.yaml
@@ -22,7 +22,7 @@ jobs:
22 key: musl 22 key: musl
23 - name: Downloading musl-based toolchain 23 - name: Downloading musl-based toolchain
24 if: steps.cache-musl.outputs.cache-hit != 'true' 24 if: steps.cache-musl.outputs.cache-hit != 'true'
25 run: wget --quiet https://musl.cc/x86_64-linux-musl-native.tgz 25 run: wget --quiet https://dustri.org/x86_64-linux-musl-native.tgz
26 - name: Extracting musl-based toolchain 26 - name: Extracting musl-based toolchain
27 if: steps.cache-musl.outputs.cache-hit != 'true' 27 if: steps.cache-musl.outputs.cache-hit != 'true'
28 run: tar xzf ./x86_64-linux-musl-native.tgz 28 run: tar xzf ./x86_64-linux-musl-native.tgz