Skip to content

Commit cadbcb7

Browse files
authored
Update pipelines/main/misc/llvmpasses.yml
1 parent 58d200b commit cadbcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/main/misc/llvmpasses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
# Download pre-built julia, extract into `usr/`
2727
buildkite-agent artifact download --step "build_x86_64-linux-gnuassert" 'julia-*-linuxassert-x86_64.tar.gz' .
2828
mkdir -p ./usr
29-
tar -C ./usr --strip-components=1 -zxf julia-*-linux-x86_64.tar.gz
29+
tar -C ./usr --strip-components=1 -zxf julia-*-linuxassert-x86_64.tar.gz
3030
ln -s ./usr/bin/julia ./julia
3131
echo "--- make src/install-analysis-deps"
3232
make --output-sync -j$${JULIA_CPU_THREADS:?} -C src install-analysis-deps $${MAKE_ASSERT_FLAGS:?}

0 commit comments

Comments
 (0)