diff --git a/src/bind.js b/src/bind.js index 528366e..baca3bc 100644 --- a/src/bind.js +++ b/src/bind.js @@ -2,7 +2,7 @@ import { prepare } from "https://deno.land/x/plugin_prepare@v0.8.0/mod.ts"; const releaseUrl = - "https://github.com/littledivy/autopilot-deno/releases/latest/download"; + "https://github.com/littledivy/autopilot-deno/releases/0.3.1/download"; const filenameBase = "autopilot_deno"; let filenameSuffix = ".so";