Skip to content

Commit 048a87d

Browse files
fix(CLI): Use new path to install wasm binary.
1 parent 22c7bfd commit 048a87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/setup/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set -e
55

6-
BASE="${EDGE_INSTALL_BASE:-https://dylan-sutton-chavez.github.io/edge-python}"
6+
BASE="${EDGE_INSTALL_BASE:-https://cdn.edgepython.com/cli}"
77
INSTALL_DIR="${EDGE_INSTALL_DIR:-$HOME/.local/bin}"
88

99
case "$(uname -s)" in

0 commit comments

Comments
 (0)