Skip to content

Commit df3943f

Browse files
committed
Update imandrax installer to point to gcloud bucket
1 parent 7364e91 commit df3943f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: install imandrax
4848
run: |
49-
sh -c "$(curl -fsSL https://raw.githubusercontent.com/imandra-ai/imandrax-api/refs/heads/main/scripts/install.sh)" -- -y
49+
sh -c "$(curl -fsSL https://storage.googleapis.com/imandra-prod-imandrax-releases/install.sh)" -- -y
5050
mkdir -p ~/.config/imandrax
5151
touch ~/.config/imandrax/api_key
5252
printf '%s' ${{ secrets.IU_API_KEY }} > ~/.config/imandrax/api_key

0 commit comments

Comments
 (0)