We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7364e91 + 48c4838 commit f9125deCopy full SHA for f9125de
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: install imandrax
48
run: |
49
- sh -c "$(curl -fsSL https://raw.githubusercontent.com/imandra-ai/imandrax-api/refs/heads/main/scripts/install.sh)" -- -y
+ sh -c "$(curl -fsSL https://imandra.ai/get-imandrax.sh)" -- -y
50
mkdir -p ~/.config/imandrax
51
touch ~/.config/imandrax/api_key
52
printf '%s' ${{ secrets.IU_API_KEY }} > ~/.config/imandrax/api_key
0 commit comments