Skip to content

Commit 62845a1

Browse files
committed
Update semble download url to zoo code org
1 parent 24d607a commit 62845a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/code-index/semble/semble-downloader.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { spawn } from "child_process"
88

99
/**
1010
* Supported platform/arch combinations for the semble standalone executable.
11-
* Maps to archive names at https://github.com/navedmerchant/sembleexec/releases
11+
* Maps to archive names at https://github.com/Zoo-Code-Org/sembleexec/releases
1212
*
1313
* Uses "fast-start" archives (one-dir builds) for ~20x faster startup
1414
* compared to single-file binaries.
@@ -21,7 +21,7 @@ const SEMBLE_ARCHIVES: Record<string, { archive: string; binary: string }> = {
2121
}
2222

2323
const SEMBLE_VERSION = "v0.3.1"
24-
const DOWNLOAD_BASE_URL = `https://github.com/navedmerchant/sembleexec/releases/download/${SEMBLE_VERSION}`
24+
const DOWNLOAD_BASE_URL = `https://github.com/Zoo-Code-Org/sembleexec/releases/download/${SEMBLE_VERSION}`
2525
const VERSION_FILE = ".semble-version"
2626

2727
/**

0 commit comments

Comments
 (0)