Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 19, 2023
1 parent e3db51f commit d021a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
)

func getRuntime(runtime string) (Runtime, error) {
url := fmt.Sprintf("https://github.com/chromaberration/carimbo/releases/download/v%s/WebAssembly.zip", runtime)
url := fmt.Sprintf("https://github.com/flippingpixels/carimbo/releases/download/v%s/WebAssembly.zip", runtime)

if cached, ok := cache.runtimes.Load(runtime); ok {
return cached.(Runtime), nil
Expand Down

0 comments on commit d021a89

Please sign in to comment.