diff --git a/src/runtime.ts b/src/runtime.ts index cab0a1f0..936b0318 100644 --- a/src/runtime.ts +++ b/src/runtime.ts @@ -39,7 +39,7 @@ export const INSTALL_HINT: string = [ "agent-assembly runtime not found.", " Install with: pnpm add agent-assembly", " Or manually: brew install ai-agent-assembly/tap/aasm", - " curl -fsSL https://get.agent-assembly.io | sh", + " curl -fsSL https://agent-assembly.com/install.sh | sh", ].join("\n"); /**