Skip to content

Commit 9b1cc94

Browse files
committed
Use the correct path
1 parent 7d3b86d commit 9b1cc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/setup-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install_buck() {
2828
fi
2929

3030
pushd .ci/docker
31-
BUCK2_VERSION=$(cat .ci/docker/ci_commit_pins/buck2.txt)
31+
BUCK2_VERSION=$(cat ci_commit_pins/buck2.txt)
3232
BUCK2=buck2-aarch64-apple-darwin-${BUCK2_VERSION}.zst
3333
curl -s "https://ossci-macos.s3.amazonaws.com/${BUCK2}" -o "${BUCK2}"
3434

0 commit comments

Comments
 (0)